{{#if @root.hasPrimaryOrSecondaryResults}}
{{#if showResultsCount}}
{{/if}}
{{#if promotedResults}}
{{/if}}
{{#each items as |item|}}
-
{{#> resultTypes item=item}}
{{!-- The block below will be used as default item template if no result types matched --}}
{{Title}}
{{getSummary HitHighlightedSummary}}
{{#with (split AuthorOWSUSER '|')}}
{{[1]}}
{{/with}}
{{getDate Created "LL"}}
{{/resultTypes}}
{{/each}}
{{else}}
{{#unless showBlank}}
{{@root.strings.NoResultMessage}}
{{/unless }}
{{/if}}